home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 40-Webservers / netscape / ns-httpd-marketing.cgi.z / ns-httpd-marketing.cgi
Encoding:
Text File  |  2002-06-12  |  1.6 KB  |  42 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <HTML>
  7. <HEAD>
  8. </HEAD>
  9. <BODY>
  10. <H1>Netscape Enterprise Server</H1>
  11. <P>
  12. Netscape Enterprise Server is a high-performance World Wide Web server
  13. for running network applications and creating, managing, and
  14. intelligently distributing information. It is an open platform for
  15. creating network-centric applications using cross-platform tools based on
  16. the Java and JavaScript languages.   Netscape Enterprise Server is the
  17. ideal server for a variety of needs, including the delivery of on-line
  18. marketing materials, customer support information, or communication among
  19. employees.  
  20. </P><P>
  21. Netscape Enterprise Server Pro supplies a comprehensive platform for
  22. quickly building and deploying database applications on an intranet.
  23. Enterprise Server Pro combines Enterprise Server with a relational
  24. database. Customers have a choice of database software: a development and
  25. limited-deployment copy of INFORMIX-OnLine Workgroup Server based on
  26. INFORMIX-OnLine Dynamic Server architecture or a development-only copy of
  27. Oracle Workgroup Server based on Oracle Universal Server architecture.
  28. Enterprise Server Pro has been preconfigured to provide seamless database
  29. access from applications developed with the built-in LiveWire
  30. database-access technology. 
  31. </P><P>
  32. For additional information, please refer to the <A
  33. HREF="http://www.netscape.com/" target="PRODUCT">Netscape Web Site</A>
  34. or the <A HREF="http://www.sgi.com/Products/WebFORCE/" target="PRODUCT">
  35. WebFORCE Site.</A> For local SGI offices,<A
  36. HREF="http://www.sgi.com/Sales/" target="PRODUCT"> click here.</A></P>
  37. <P></P>
  38. </BODY>
  39. </HTML>
  40. EndOfFile
  41.  
  42.